Extended System Configuration Data
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
The Extended System Configuration Data (ESCD) is a specification for configuring x86 computers of the ISA PNP era. The specification was developed by Compaq, Intel and Phoenix Technologies. It consists of a method for storing configuration information in nonvolatile BIOS memory and three BIOS functions for working with that data.cite-ref-shanley1995-1-0[1]cite-ref-2[2]
It contains information about ISA PnP devices is stored. It is used by the BIOS to allocate resources for devices like expansion cards. The ESCD data is stored using the data serialization format used for EISA. Its data starts with the "ACFG" signature in ASCII. PCI configuration can also be stored in ESCD, using virtual slots.cite-ref-5[5] Typical storage usage for ESCD data is 2–4 KB
The BIOS also updates the ESCD each time the hardware configuration changes, after deciding how to re-allocate resources like IRQ and memory mapping ranges. After the ESCD has been updated, the decision need not be made again, which thereafter results in faster startup without conflicts until the next hardware configuration change.
Contents
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
References
cite-note-22. ↑ Compaq Computer Corporation, Phoenix Technologies Ltd., Intel Corporation "Plug and Play BIOS Specification" Version 1.0A, May 5, 1994 (This details the ESCD BIOS functions, but it is not the actual ESCD format specification)
cite-note-55. ↑ ESCD specification 1.02A, Appendix A, pp. 21-22
Further reading
• citerefjames-kelsey1995James Kelsey (1995). Programming Plug and Play. Sams. ISBN 978-0-672-30703-4.
External links